Units Section of the XML File

When a project is exported, the units information is exported to the <Units> section of the XML file.

This is an example of the <Units> section:

<Units>

<Unit id="un1">

  <UnitName>Dollars</UnitName>

  <Scale>3</Scale>

  <Symbol>$</Symbol>

  <Prefix>T</Prefix>

  <Pad>F</Pad>

  <UnitSeq>1</UnitSeq>

  <RptSeq>1</RptSeq>

</Unit>

<Unit id="un2">

  <UnitName>Hours</UnitName>

  <Scale>0</Scale>

  <Symbol>H</Symbol>

  <Prefix>F</Prefix>

  <Pad>T</Pad>

  <UnitSeq>2</UnitSeq>

  <RptSeq>0</RptSeq>

 </Unit>

<Unit id="un3">

  <UnitName>EQP</UnitName>

  <Scale>0</Scale>

  <Symbol> ep</Symbol>

  <Prefix>F</Prefix>

  <Pad>T</Pad>

  <UnitSeq>3</UnitSeq>

  <RptSeq>0</RptSeq>

</Unit>

<Unit id="un4">

  <UnitName>LABOR</UnitName>

  <Scale>3</Scale>

  <Symbol>$</Symbol>

  <Prefix>T</Prefix>

  <Pad>F</Pad>

  <UnitSeq>4</UnitSeq>

  <RptSeq>1</RptSeq>

</Unit>